home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / tttsrc / aboutttt.frm next >
Text File  |  1995-05-08  |  4KB  |  121 lines

  1. VERSION 2.00
  2. Begin Form AboutTTT 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About Tic Tac Toe"
  5.    ClientHeight    =   4665
  6.    ClientLeft      =   225
  7.    ClientTop       =   1560
  8.    ClientWidth     =   7170
  9.    Height          =   5070
  10.    Left            =   165
  11.    LinkTopic       =   "Form3"
  12.    MaxButton       =   0   'False
  13.    ScaleHeight     =   4665
  14.    ScaleWidth      =   7170
  15.    Top             =   1215
  16.    Width           =   7290
  17.    Begin CommandButton Command1 
  18.       Caption         =   "I Agree"
  19.       Height          =   495
  20.       Left            =   5880
  21.       TabIndex        =   6
  22.       Top             =   3960
  23.       Width           =   1095
  24.    End
  25.    Begin Label Label7 
  26.       BackColor       =   &H00000000&
  27.       Caption         =   "Version 1.0"
  28.       ForeColor       =   &H00C000C0&
  29.       Height          =   255
  30.       Left            =   3840
  31.       TabIndex        =   7
  32.       Top             =   720
  33.       Width           =   1095
  34.    End
  35.    Begin Label Label5 
  36.       BackColor       =   &H00000000&
  37.       Caption         =   "A Special Thanks goes to Mark Gamber, PCA Mark, who came up with the idea of playing games during a chat using CRoom."
  38.       ForeColor       =   &H00FFFF00&
  39.       Height          =   495
  40.       Left            =   840
  41.       TabIndex        =   4
  42.       Top             =   2400
  43.       Width           =   5535
  44.    End
  45.    Begin Label Label4 
  46.       Alignment       =   2  'Center
  47.       BackColor       =   &H00000000&
  48.       Caption         =   "America Online is in no way associated with Tic Tac Toe for CRoom or with CRoom. America Online, Virtual Systems, and Tartan Software accept no responsibility in any way for the use or mis-use of this software."
  49.       ForeColor       =   &H000000FF&
  50.       Height          =   615
  51.       Left            =   120
  52.       TabIndex        =   3
  53.       Top             =   3120
  54.       Width           =   6975
  55.    End
  56.    Begin Label Label3 
  57.       BackColor       =   &H00000000&
  58.       Caption         =   "Tic Tac Toe for CRoom is Copyright⌐ 1994, Virtual Systems. CRoom is Copyright⌐ 1994, Tartan Software.                  Contact Virtual Systems on America Online at VirtualSys."
  59.       ForeColor       =   &H000000FF&
  60.       Height          =   615
  61.       Left            =   120
  62.       TabIndex        =   2
  63.       Top             =   3960
  64.       Width           =   5295
  65.    End
  66.    Begin Label Label2 
  67.       Alignment       =   2  'Center
  68.       BackColor       =   &H00000000&
  69.       Caption         =   "Tic Tac Toe for CRoom is Copyright, however it is released free of charge for others to enjoy and as a building block for other programmers to expand on. See the Readme file for additional detials."
  70.       ForeColor       =   &H00FFFFFF&
  71.       Height          =   855
  72.       Left            =   2280
  73.       TabIndex        =   1
  74.       Top             =   1080
  75.       Width           =   4575
  76.    End
  77.    Begin Label Label1 
  78.       BackColor       =   &H00000000&
  79.       Caption         =   "TIC TAC TOE for CRoom and AOL"
  80.       FontBold        =   -1  'True
  81.       FontItalic      =   0   'False
  82.       FontName        =   "MS Sans Serif"
  83.       FontSize        =   13.5
  84.       FontStrikethru  =   0   'False
  85.       FontUnderline   =   0   'False
  86.       ForeColor       =   &H0000FF00&
  87.       Height          =   495
  88.       Left            =   2040
  89.       TabIndex        =   0
  90.       Top             =   240
  91.       Width           =   4935
  92.    End
  93.    Begin Image Image1 
  94.       Height          =   1920
  95.       Left            =   0
  96.       Picture         =   ABOUTTTT.FRX:0000
  97.       Top             =   0
  98.       Width           =   1920
  99.    End
  100.    Begin Label Label6 
  101.       BackColor       =   &H00000000&
  102.       Caption         =   "Label6"
  103.       ForeColor       =   &H00000000&
  104.       Height          =   4695
  105.       Left            =   0
  106.       TabIndex        =   5
  107.       Top             =   0
  108.       Width           =   7215
  109.    End
  110. End
  111. Sub Command1_Click ()
  112.     AboutTTT.Hide
  113.     Form2.Show
  114. End Sub
  115.  
  116. Sub Image1_Click ()
  117.        msg1 = "Did you really think something special would happen? :) "
  118.        MsgBox msg1
  119. End Sub
  120.  
  121.